fix(ci): replace Depot runners/actions with ubuntu-latest + docker buildx#8
Closed
hbanerjee74 wants to merge 2 commits into
Closed
fix(ci): replace Depot runners/actions with ubuntu-latest + docker buildx#8hbanerjee74 wants to merge 2 commits into
hbanerjee74 wants to merge 2 commits into
Conversation
…ildx Fork is not registered with Depot OIDC trust (project bbqjs4tj1g). - go.yml, helm.yml, user-ui.yml: depot-ubuntu-22.04 → ubuntu-latest - test-docker-build.yml: depot runner + depot/setup-action + depot/build-push-action replaced with ubuntu-latest + QEMU + docker/build-push-action@v6; remove BASE_IMAGE build-arg (not used by fork build) - docker-build-and-push.yml: remove push: trigger — build-vibedata-image.yml is the canonical pipeline; keep workflow_dispatch for manual use Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ch only Only build-vibedata-image.yml should auto-trigger image builds on main. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
Superseded by #9 which combines this with the main VD-2587 feature work. |
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fork (
accelerate-data/obot) is not registered with Depot OIDC trust (projectbbqjs4tj1g) — all Depot-based jobs were stuck in pending indefinitely or failing with auth errors.Runner-only fixes (
depot-ubuntu-22.04→ubuntu-latest):go.ymlhelm.yml(2 jobs)user-ui.ymlRunner + action replacement (
depot/build-push-action@v1→docker/build-push-action@v6+ QEMU):test-docker-build.yml: also removesBASE_IMAGEbuild-arg (not used by fork;cgr.io/chainguard/wolfi-baseDockerfile default is correct) anddepot/setup-action@v1Disable auto-trigger:
docker-build-and-push.yml: removespush: branches: [main], tags: v*trigger —build-vibedata-image.ymlis the canonical pipeline for this fork; this workflow kept for manualworkflow_dispatchuse onlyTest plan
go,helm,userCI jobs pick upubuntu-latestrunners on PRTest Docker Buildbuilds successfully on PR (no push)Build and Push Docker Imageno longer auto-triggers on merge to main🤖 Generated with Claude Code